home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 002a / scorch2.zip / SCORCH.CFG < prev    next >
Text File  |  1991-11-23  |  5KB  |  206 lines

  1. ;
  2. ; scorch.cfg
  3. ; Configuration File for Scorched Earth Version 1.1
  4. ; Copyright (c) 1991 Wendell Hicken
  5. ; Feel free to copy and modify this file for your own use.
  6. ;
  7. ; Lines beginning with a semicolon (like this one) are comments.
  8. ; Numbers in brackets, like [3] represent the default value of a given
  9. ; option, numbers like 2..10 represent the valid range (2 thru 10 inclusive)
  10. ; You don't need to know this, though, just use the Scorched Earth menus!
  11. ;
  12. ; FIRST, THINGS ACCESSIBLE FROM THE MAIN MENU
  13. ;
  14. ; MAXPLAYERS=2..10   [2]
  15. MAXPLAYERS=2
  16.  
  17. ; MAXROUNDS=1..1000 [10]
  18. MAXROUNDS=10
  19.  
  20. ;
  21. ; SECOND, THINGS ACCESSIBLE FROM THE SOUND MENU
  22. ;
  23. ; SOUND= on, or off.  Self-explanatory [on]
  24. SOUND=ON
  25.  
  26. ; FLY_SOUND= off, vel, or pos.  vel or pos create sound while missles
  27. ; are being drawn based on either velocity or position [off]
  28. FLY_SOUND=OFF
  29.  
  30.  
  31. ;
  32. ; THIRD, THE HARDWARE MENU OPTIONS
  33. ;
  34. ; GRAPHICS_MODE=320x200 or 360x480 or 640x480P   [360x480]
  35. ; 640x480xP is only for the Paradise/Western Digital Graphics card (512K)
  36. GRAPHICS_MODE=360x480
  37.  
  38. ; BIOS_KEYBOARD=on of off [off]
  39. BIOS_KEYBOARD=OFF
  40.  
  41. ; LOWMEM=on or off [off]
  42. LOWMEM=OFF
  43.  
  44. ; POINTER=none, mouse, or joystick      [mouse]
  45. POINTER=mouse
  46.  
  47. ; MOUSE_RATE=.5 - 5. [.5] Low means slow movement, high means fast...
  48. MOUSE_RATE=0.50
  49.  
  50. ; JOY_RATE=.1 - 10.  [1.] Low means slow movement, high means fast...
  51. JOY_RATE=1.000000
  52. ; JOY_THRESHOLD=0..50 [8]  How far to move joystick before it registers motion
  53. JOY_THRESHOLD=8
  54. ; Note:  The next to values are set by the "Calibrate Joystick" option.
  55. ; That is the recommended way to set them, as it depends on each joystick
  56. ; and how it interacts with the code.  Typical values are 50..150.
  57. ; The values are the x and y position of the joystick "at rest."
  58. JOY_X=0
  59. JOY_Y=0
  60. ; FIRE_DELAY=0..500 [20] High number ==> slow speed
  61. FIRE_DELAY=20
  62.  
  63. ; FALLING_DELAY=0..1000 [10]
  64. FALLING_DELAY=10
  65.  
  66.  
  67. ;
  68. ; FOURTH, the ECONOMICS options
  69. ;
  70. ; INTEREST_RATE=0 .. .3 [.05]
  71. INTEREST_RATE=0.050000
  72.  
  73. ; INITIAL_CASH=0..1000000 [0] --> How much cash do tanks start with?
  74. INITIAL_CASH=0
  75.  
  76. ; COMPUTERS_BUY=on or off [on]
  77. COMPUTERS_BUY=ON
  78.  
  79. ; FREE_MARKET=on or off [off] --> Do prices change subject to demand?
  80. FREE_MARKET=OFF
  81.  
  82. ; SCORING=basic, standard, or greedy [standard]
  83. SCORING=STANDARD
  84.  
  85. ;
  86. ; FIFTH, PHYSICS OPTIONS
  87. ; AIR_VISCOSITY=0..20 [0] --> How much are bombs slowed while in flight?
  88. AIR_VISCOSITY=0
  89.  
  90. ; GRAVITY=.05 .. 10 [.2] --> Gravity in pixels/(sec*sec)
  91. GRAVITY=0.200000
  92.  
  93. ; SUSPEND_DIRT=0..100   [0]
  94. SUSPEND_DIRT=0
  95.  
  96. ; FALLING_TANKS=on or off [on] --> Do tanks fall ever?
  97. FALLING_TANKS=ON
  98.  
  99. ; EDGES_EXTEND=0..10000 ==> How far off the edges of screen bombs are traced.
  100. ;       default is [75]
  101. EDGES_EXTEND=75
  102.  
  103. ; EDGES=on or off or random or erratic  [off]
  104. EDGES=OFF
  105.  
  106. ; ELASTIC=wrap or rubber or spring or concrete or erratic or random [rubber]
  107. ELASTIC=RUBBER
  108.  
  109.  
  110. ;
  111. ; SIXTH, LANDSCAPE OPTIONS
  112. ;
  113. ; LAND1=0..100 [20] --> initial smoothness of terrain
  114. LAND1=20
  115.  
  116. ; LAND2=0..100 [20] --> second steepness of terrain
  117. LAND2=20
  118.  
  119. ; FLATLAND=on or off  [off]  :   on ==> Avoid big mountains
  120. FLATLAND=OFF
  121.  
  122. ; RANDOM_LAND=on or off [off] -> on gives more varied terrain
  123. RANDOM_LAND=OFF
  124.  
  125.  
  126. ;
  127. ; SEVENTH, WEATHER OPTIONS
  128. ; SKY=PLAIN or SHADED or STARS or STORM or RANDOM or SUNSET [RANDOM]
  129. SKY=RANDOM
  130.  
  131. ; MAX_WIND=0..500 [200]
  132. MAX_WIND=200
  133.  
  134. ; CHANGING_WIND=on or off [off]   Does wind change during a game?
  135. CHANGING_WIND=OFF
  136.  
  137. ; HOSTILE_ENVIRONMENT=on or off [on]  Does bad weather sometimes damage tanks?
  138. HOSTILE_ENVIRONMENT=ON
  139.  
  140.  
  141. ; EIGHTH, PLAY OPTIONS (Well, just another assorted bundle!)
  142. ;
  143. ; FAST_COMPUTERS=on or off       [off]
  144. FAST_COMPUTERS=OFF
  145.  
  146. ; TALKING_TANKS=off or computers or all       [off]
  147. TALKING_TANKS=Off
  148.  
  149. ; TALK_PROBABILITY=0..100       [100]
  150. TALK_PROBABILITY=100
  151.  
  152. ; TALK_DELAY=0..100 (Number ticks: 1 tick = 1/18.2 seconds [18]
  153. TALK_DELAY=18
  154.  
  155. ; ATTACK_COMMENTS=filename      [no default]
  156. ATTACK_COMMENTS=talk1.cfg
  157.  
  158. ; DIE_COMMENTS=filename         [no default]
  159. DIE_COMMENTS=talk2.cfg
  160.  
  161. ; SIMULTANEOUS_MODE=on or off. [off]
  162. SIMULTANEOUS_MODE=OFF
  163.  
  164. ; STATUS_BAR=on or off [off]
  165. STATUS_BAR=OFF
  166.  
  167. ; PLAY_ORDER=random or losers-first or winners-first or round-robin [random]
  168. PLAY_ORDER=Random
  169.  
  170.  
  171. ; NINTH, WEAPONS OPTIONS
  172. ; ARMS=0..4     [4]
  173. ARMS=4
  174.  
  175. ; BOMB_ICON=big or small or invisible       [big]
  176. BOMB_ICON=BIG
  177.  
  178. ; TUNNELLING=on or off   [on]
  179. TUNNELING=ON
  180.  
  181. ; EXPLOSION_SCALE=normal or medium or large [normal]
  182. EXPLOSION_SCALE=NORMAL
  183.  
  184. ; TRACE=on, or off. Determines whether shots leave a trail. [off]
  185. TRACE=OFF
  186.  
  187. ; EXTRA_DIRT=on or off  [off]
  188. EXTRA_DIRT=OFF
  189.  
  190. ; USELESS_ITEMS=on or off [off]
  191. USELESS_ITEMS=OFF
  192.  
  193.  
  194. ; FINALLY, ARCHAIC OPTIONS...
  195. ; These are old options.  They still work, but aren't on the
  196. ; main menus anywhere... they may be unsupported in future versions
  197. ; of Scorch.  If you write the author (me!) and really want these
  198. ; to stay, I'll probably be persuaded to keep them
  199.  
  200. ; DAMAGE_TANKS_ON_IMPACT=on or off      [on]
  201. DAMAGE_TANKS_ON_IMPACT=ON
  202.  
  203.  
  204. ; END of configuration file.
  205.  
  206.